
body {
    font-family: 'Montserrat', sans-serif;
}

.footer-zave {
    background-color: #1c1c1c;
    color: #f0f0f0;
}

.footer-zave h5 {
    color: #ffffff;
    font-weight: 700;
}

.footer-zave .text-success {
    color: #ffffff !important;
}

.footer-zave a {
    text-decoration: none;
    color: #f0f0f0;
    transition: color 0.3s ease-in-out;
}

.footer-zave a:hover {
    color: #f3f3f3;
}

.social-icons a {
    transition: transform 0.3s ease-in-out;
}

.social-icons a:hover {
    transform: scale(1.2);
    color: #28a745 !important;
}

.footer-zave .list-inline-item {
    transition: transform 0.3s ease-in-out;
}

.footer-zave .list-inline-item:hover {
    transform: translateY(-5px);
}

